object frmSvcMgr: TfrmSvcMgr
Left = 294
Top = 209
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Service Manager Warning'
ClientHeight = 393
ClientWidth = 609
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 16
object pnTop: TAxBackgroundPanel
Left = 0
Top = 0
Width = 609
Height = 339
Color = clWhite
Align = alClient
ParentColor = False
TabOrder = 1
DesignSize = (
609
339)
object lblHeaderInfo: TAxLabel
Left = 24
Top = 56
Width = 561
Height = 129
WordWrap = True
Transparent = False
AutoSize = False
Caption =
'Service Manager allows you to choose which services run when you' +
'r computer starts. Services control your PC behaviour. Disabling' +
' services may cause your system to lose some functionality.
W' +
'e do not recommend you to change services unless you are an expe' +
'rienced user.
To stop service from running on computer st' +
'artup, right-click on the service, select Properties and change ' +
'"Startup Type" field as shown below.'
ShowAccelChar = True
end
object lblHeader: TAxSmoothLabel
Left = 24
Top = 13
Width = 282
Height = 25
Quality = smMMXSmoothing4x
Anchors = [akLeft, akRight]
AutoSize = False
Caption = 'Windows Service Manager'
Font.Charset = DEFAULT_CHARSET
Font.Color = 10040064
Font.Height = -16
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
Transparent = True
end
object Image1: TImage
Left = 24
Top = 176
Width = 370
Height = 112
AutoSize = True
Picture.Data = {}
end
object lblMore: TAxLabel
Left = 40
Top = 312
Width = 299
Height = 16
OnLinkClick = lblMoreLinkClick
LinkColor = 14509568
LinkSelectedColor = 14522624
WordWrap = False
Transparent = False
Caption = 'Click here to find out more about managing services'
ShowAccelChar = True
end
object Image2: TImage
Left = 24
Top = 315
Width = 11
Height = 11
AutoSize = True
Picture.Data = {}
end
end
object pnButtons: TAxBackgroundPanel
Left = 0
Top = 339
Width = 609
Height = 54
Color = 15132390
Align = alBottom
ParentColor = False
TabOrder = 0
object shpTopLineBlack: TShape
Left = 0
Top = 0
Width = 609
Height = 1
Align = alTop
end
object shpTopLineWhite: TShape
Left = 0
Top = 1
Width = 609
Height = 1
Align = alTop
Pen.Color = clWhite
end
object btnContinue: TButton
Left = 384
Top = 16
Width = 97
Height = 25
Caption = 'Continue'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 496
Top = 16
Width = 97
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end